x86: add movnti emulation
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 20 Oct 2008 14:22:58 +0000 (15:22 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 20 Oct 2008 14:22:58 +0000 (15:22 +0100)
commit372da9b41e0fc70bcf5bb5336b6be461052adfd4
treed093f93ab7f6f41be453c8be0f903678acdd28db
parent9e871a9951eb3ab41422e646154f42661dbae66e
x86: add movnti emulation

Linux added the use of movnti for copying from user to kernel space in
certain cases, and as per reports we got this may happen with the
destination being in MMIO.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/x86_emulate/x86_emulate.c